-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Enable rtc on rt700 #93006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable rtc on rt700 #93006
Conversation
c1b3d9c
to
55a2226
Compare
620191f
to
9ff07ae
Compare
1bd320d
to
1a9a139
Compare
1a9a139
to
3bc1703
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look fine, next are the CI failures :)
3bc1703
to
f3c137f
Compare
f3c137f
to
eb13915
Compare
1. Update nxp irtc driver to fix issue in init and alarm function. 2. Update RTC device tree binding to support "share-counter". 3. Update RT700 dtsi to support rtc0 for cpu0 and rtc1 for cpu1. 4. Update readme. 5. Update unit test project conf for RT700. Signed-off-by: Holt Sun <[email protected]>
eb13915
to
fc10047
Compare
|
|
Hi @Holt-Sun! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
Updated rtc driver to support NXP RT700.
Enable rt700 RTC unittest.